projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2adc4cc
)
Fix breakage from previous change.
author
Mark Oteiza
<mvoteiza@udel.edu>
Tue, 28 Jun 2016 19:49:48 +0000
(15:49 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Tue, 28 Jun 2016 19:49:48 +0000
(15:49 -0400)
* lisp/textmodes/texinfo.el (texinfo-font-lock-keywords): Quote face.
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index db9944d9b0ec5954b85545fc7a10c7373cae36a5..bc82bb6d0a46e125268a03da21b41395eb83d360 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-379,7
+379,7
@@
Subexpression 1 is what goes into the corresponding `@end' statement.")
;; 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep)
(,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
".*\n")
- 0 texinfo-heading t))
+ 0
'
texinfo-heading t))
"Additional expressions to highlight in Texinfo mode.")
(defun texinfo-clone-environment (start end)